treemodelfilter: Fix using wrong path on row-deleted
authorOlivier Brunel <jjk@jjacky.com>
Thu, 16 Jan 2014 14:23:20 +0000 (15:23 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 27 Mar 2014 00:40:50 +0000 (20:40 -0400)
commit5c019bde1518cfda59797b7c0f74094cd67d96bf
treeb941b2e729b8f246868c4355e85acf5860fb97ff
parent75b0180829b21ef345ac54a33179cae0d4affa34
treemodelfilter: Fix using wrong path on row-deleted

A "typo" led to using a wrong GtkTreePath when converting the path of the
virtual root to check the ancestors, which would lead to either no checks being
performed, or maybe segfaulting when using an invalid path as result.

https://bugzilla.gnome.org/show_bug.cgi?id=722058
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
gtk/gtktreemodelfilter.c